home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / PCTAGS15.ARJ / MANIFEST.DOC < prev    next >
Text File  |  1991-10-05  |  3KB  |  67 lines

  1. TAGS.EXE            Executable for Tags Generator V1.4
  2.  
  3. TAGS.DOC            Documentation referring to executable
  4. GNU.DOC             Documentation referring to GNU sort module
  5. MANIFEST.DOC        This Document
  6.  
  7. MAKEFILE            This is the makefile for use with MSC V6.0, I suggest
  8.                     using the OPUS make utility or PolyMake.
  9.  
  10. SHELL.C             This implements the overview code including command
  11.                     line parsing, file find and open/close logic and temporary
  12.                     file allocation and cleanup.
  13.  
  14. CTAG.H              This module implements the tagging for C/C++ source files
  15. CTAG.C              and is called from shell.c.
  16.  
  17. ASMTAG.H            This module implements the tagging for MASM/TASM syntax
  18. ASMTAG.C            assembly source files and is called from shell.c.
  19.  
  20. FILMATCH.H          This module implements the match routines used by the
  21. FILMATCH.C          wildfile module.  Matching is via *IX sh style regular
  22.                     expressions.
  23.  
  24. WILDFILE.H          This module implements the wildcard file specification and
  25. WILDFILE.C          the high level find first/next functions.
  26.  
  27. STD.H               This module is a full blown sorting module.  This has been
  28. SORT.H              altered to allow its use as a module as well as a fully
  29. SORT.C              featured stand-alone utility.  A context sensitive diff of
  30.                     the source changes made to GNU sort V0.03 is included.
  31.  
  32. SORT.DIF            Context diff from GNU sort V0.03 sources for MS-DOS
  33. SORT.INF            Documentation for sort stand-alone sort executable
  34.  
  35. FLAGS.H             This module implements command line parsing of options for
  36. FLAGS.C             flags processing and for initialization of same.
  37.  
  38. TAGIO.H             This module implements the buffered input and handles
  39. TAGIO.C             the tag output and merging in the requested format.
  40.  
  41. ARGLIST.H           This module implements a generic dynamic array of strings
  42. ARGLIST.C           suitable for input (if needed) to a main routine of a
  43.                     stand-alone utility.  Parameters allow sorted inserts and
  44.                     list maintenance.
  45.  
  46. LOG.H               This implements a generic user messaging module.  Handles
  47. LOG.C               logging files and output to stderr.
  48.  
  49. VIRUSCRC.H          This Public Domain CRC validation utility is used to
  50. VALIDCRC.C          verify program integrity and is called from within
  51.                     shell.c
  52.  
  53. CRCSET.EXE          CRC computation executable for internal CRC checking
  54. CRCSET.DOC                  code and documentation for same
  55.  
  56. CTAG.E              Epsilon EEL port of ctag.c
  57. ASMTAG.E            Epsilon EEL port of asmtag.c
  58.  
  59. WD.CB               Brief macro to allow use of tags file using MicroSoft
  60.                             error format tag style
  61.  
  62. TEST.C              Test file for C style tagging.
  63. TEST.CPP            Test file for C++ specific tagging.
  64. TEST.ASM            Test file for ASM style tagging.
  65. ============
  66. *total    37
  67.